Dew Stats for .NET
|
Calculate parameters for discrete uniformly distributed values.
Parameters |
Description |
[In] TVec X |
Stores data which is assumed to be discrete uniformly distributed. |
out int N |
Returns discrete uniform distribution parameter estimator. |
ref double[] NConfInt |
N (1-Alpha)*100 percent confidence interval. |
double Alpha |
Confidence interval percentage. |
RandomUniformD, UniformDStat
The following example generates 1000 random discrete uniform distributed values and then uses UniformDFit routine to extract used N parameter:
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|